/*html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}*/
body{background:#fff;}
body,form{margin:0;padding:0;font:14px/180% "MicroSoft Yahei","宋体";color:#333;}
*{font-family:"MicroSoft Yahei","宋体";margin:0;padding:0;}/*此地方不要加颜色属性*/
.ul,li{list-style:none;}
.width {
    width: 1200px;
    margin-left: auto;
    margin-right:auto;
    overflow: hidden;
}
.widthContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #f1f1f1;
    padding:50px 0;
}
.widthWhite {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    background-color:#fff;
    padding:50px 50px;
}

.l {
    float: left;
}
.r{float:right;}
.c{clear:both;}
.m{margin-top:10px;}
.red{color:#f30;}
.dis{display:none;}
.m10{margin:10px;}
.mtb{ margin-top:10px; margin-bottom:10px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.mr10{margin-right:10px;}
.mr20{margin-left:20px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mtb20{margin-top:20px;margin-bottom:20px;}
.mtb30{margin-top:30px;margin-bottom:30px;}
.mtb40{margin-top:40px;margin-bottom:40px;}
.mtb50{margin-top:50px;margin-bottom:50px;}
.mtb60{margin-top:60px;margin-bottom:60px;}
.mtb70{margin-top:70px;margin-bottom:70px;}
.mtb80{margin-top:80px;margin-bottom:80px;}
a{text-decoration:none;color:#333;}
a:hover{text-decoration:none;color:#f30;}
img{border:0;}

h1,h2,h3,h4,h5{font-weight:normal;}


.pageTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

    .pageTitle h2 {
        width: 100%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        font-size: 30px;
        font-weight: bold;
        color: #000;
    }

    .pageTitle h3 {
        width: 100%;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
        font-size: 20px;
        font-family: Arial;
        color: #235fa5;
        text-transform: uppercase;
    }

.navList{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
}
    .navList li{
        height:30px;line-height:30px;overflow:hidden;
        margin:10px 10px 10px 0;
        background-color:#999;
        color:#fff;
        padding:0px 20px;
        border-radius:20px;
        display:inline-block;
        transition:all 0.5s;
    }
        .navList li:hover {
            background-color: #2c74b5;
            box-shadow: 0 0 10px #c1e2ff;
        }
    .navList .active{
        background-color:#2c74b5;
    }
    .navList .active:hover{
        background-color:#4098e8;
        box-shadow:0 0 10px #c1e2ff;
    }
    .navList li a {
        color: #fff;
    }


.listText{
    width:100%;
    height:auto;overflow:hidden;
}
.listText li{
    width:96%;float:left;
    margin:10px auto;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
}
    .listText li:hover .listTextLeft {
        width:88%;
        padding-left:2%;
    }
.listTextLeft{
    width:90%;float:left;
    transition:all 0.5s;
}
    .listTextLeft h2{
        width:100%;
        height:40px;line-height:40px;
        overflow:hidden;
        font-size:16px;
        color:#000;
    }
    .listTextLeft h3{
        width:100%;
        height:20px;line-height:20px;overflow:hidden;
        color:#999;
        font-size:12px;
    }
    .listTextRight {
        width: 10%;
        float: left;
        color: #666;
        line-height:40px;
    }

    .info_content{word-wrap:break-word;word-break:break-all;overflow:hidden;line-height:24px;font-size:13px;}
.info_content p{word-wrap:break-word;word-break:break-all;overflow:hidden;line-height:24px;font-size:13px;}
.info_content img{max-width:100%;}
.other_content{word-wrap:break-word;word-break:break-all;overflow:hidden;line-height:24px;}
.other_content img{max-width:100%;}
.info_next {
    width:100%;
    height:auto;overflow:hidden;
    border-top:1px solid #eee;
    padding-top:10px;
}
.info_next li{
    width:50%;float:left;
    height:30px;line-height:30px;overflow:hidden;
    color:#666;
}
.info_next li a{color:#666;}

.info_title {
    width:100%;
    height:auto;overflow:hidden;
    line-height:40px;
    font-size:24px;
    font-weight:bold;
    text-align:center;
}
.info_other {
    width:100%;
    height:auto;line-height:25px;
    text-align: center;
    color: #999;
    margin: 30px 0;
    font-size:12px;
}
.info_other a{color:#999;}
.info_jj{border:1px solid #FDCC97;background:#FEFCFA;padding:10px;margin:10px 20px;color:#666;line-height:20px;word-wrap:break-word;overflow:hidden;}
.info_jj a{font-family:verdana;color:#00f;}
.info_jj a:hover{color:#f30;}
.info_jj span{font-weight:bold;color:#000;}

/*分页部分*/
.List_page{text-align:center;margin-bottom:10px;}
.List_page a{background:#fff;margin:0px 1px;padding:4px 6px;border:1px solid #eee;color:#A0A0A0;}
.List_page span{background:#2c74b5;color:#fff;margin:0px 1px;padding:4px 6px;border:1px solid #2c74b5;}
/*内容分页部分*/
.content_page{}
.content_page a{background:#fff;margin:1px;padding:4px 6px;border:1px solid #eee;color:#A0A0A0;display:inline-block;}
.content_page a.on{background:#2c74b5;color:#fff;margin:1px;padding:4px 6px;border:1px solid #2c74b5;display:inline-block;}
.content_page input{position:absolute;margin:-5px 0 0 1px;*margin:0 0 0 1px;padding:1px 0 2px 0;*padding:0;background:#fff;border:1px solid #AECD9E;color:#A0A0A0;width:30px;height:22px;line-height:22px;text-align:center;}
.content_page button{position:absolute;margin:-5px 0 0 35px;*margin:0 0 0 35px;padding:0;background:#fff;border:1px solid #AECD9E;color:#A0A0A0;width:40px;height:24px;line-height:24px;text-align:center;font-size:12px;}
.content_url{font-size:14px;font-family:arial;color:#06f;margin:20px;}
.content_url span{color:#666;}
.content_url input{background:#50B20E;color:#fff;width:40px;border:0;height:24px;}
.content_url #this_url{border:1px solid #ccc;width:464px;font-family:arial;color:#000;height:20px;line-height:20px;background:#fff;}

.list_title {
    width:100%;
    height:35px;line-height:35px;
    background-image:url(../Images/news_arrow.gif);
    background-repeat:no-repeat;
    background-position:5px 12px;
    text-indent:20px;
    border-bottom:1px dashed #eee;
}
.list_title span{float:right;}
.list_title a{color:#03f;text-decoration:underline;}
.list_title a:hover{color:#f30;}

.list_photo {
    width: 100%;
    height:auto;
    overflow: hidden;
}
.list_photo li {
    width: 22.5%;
    height: auto;
    text-align: center;
    margin: 10px 1% 20px 1%;
    overflow: hidden;
    background:#fff;
    box-shadow:0px 0px 10px #eee;
    transition:all 0.5s;
    display:inline-block;
}
    .list_photo li:hover {
        box-shadow: 0px 0px 10px #ccc;
        margin:0 1% 30px 1%;
    }
    .list_photo li img {
        width: 100%;
        height: 190px;
    }
.list_photo li h2 {
    width:100%;
    height:40px;line-height:30px;overflow:hidden;
    font-size:14px;
}

.list_project{
    width:100%;
    height:auto;overflow:hidden;
    margin:30px auto;
}
    .list_project li {
        width: 90%;
        height: auto;
        overflow: hidden;
        margin: 30px auto 30px auto;
        background-color: #f7f7f7;
        transition:all 0.5s;
    }
        .list_project li:hover {
            box-shadow: 0 0 20px #ccc;
            margin: 20px auto 40px auto;
        }
.list_project_left{
    width:32%;float:left;
    height:auto;overflow:hidden;
    margin-right:3%;
}
.list_project_left img{
    width:100%;
    height:240px;
}
.list_project_right{
    width:60%;float:left;
    padding-top:30px;
    margin-right:5%;
}
.list_project_right h2{
    width: 100%;
    height:50px;line-height:50px;overflow:hidden;
    font-size:20px;
    font-weight:bold;
}
.list_project_right h3{
    width: 100%;
    height:100px;overflow:hidden;
    line-height:25px;
    color:#999;
    font-size:14px;
    margin-top:10px;
}


.plug_book_add {
    width: 50%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    padding: 0;
}
.plug_book_add li{
    width:100%;
    height:auto;overflow:hidden;
    margin-bottom:10px;
}
    .plug_book_add li .input {
        width:90%;
        border: 1px solid #ccc;
        height: 30px;
        line-height: 30px;
        color: #666;
        text-indent: 10px;
    }
        .plug_book_add li .inputYzm {
        width:40%;
        border: 1px solid #ccc;
        height: 30px;
        line-height: 30px;
        color: #666;
        text-indent: 10px;
    }
    .plug_book_add li .inputArea {
        width: 86%;
        height: 120px;
        border: 1px solid #ccc;
        overflow: hidden;
        background: url(../Images/tishi.gif) no-repeat right bottom;
        padding:10px 2%;
        font-size:14px;
    }
    .plug_book_add li .inputArea::placeholder {
      color: #666;
    }
    .vote_bnt {
        background: #2c74b5;
        width: 120px;
        height: 35px;
        line-height: 35px;
        border: 0;
        text-align: center;
        font-size: 14px;
        color: #fff;
        margin-top:20px;
    }

#yzm_num{cursor:pointer;}
.hand{cursor:pointer;}

.book_table{
    width:98%;
    margin-left:auto;
    margin-right:auto;
    font-size:12px;
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-collapse: collapse;
}
.book_table td{
    border-top:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    border-left:1px solid #ccc;
    border-collapse: collapse;
}
.book_title {
    background: #eee;
    width:100%;
    height:35px;overflow:hidden;
    text-align:center;
}
.book_title dd{
    width:10%;float:left;
    height:35px;line-height:35px;overflow:hidden;
}
.book_title dt{
    width:30%;float:left;
    height:35px;line-height:35px;overflow:hidden;
}
.book_list {
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}
.book_list:hover{background:#eee;}
.book_content {
    height:auto;overflow:hidden;
    line-height:25px;
    padding:5px 5px;
}

/*详情*/
.infoShowLeft{
    width:20%;float:left;
}
.infoShowLeftTitle{
    width:90%;
    height:auto;overflow:hidden;
    background-color:#2c74b5;
    color:#fff;
    padding:20px 0 20px 10%;
    line-height:35px;
}
.infoShowLeftTitle h2{
    font-size:24px;
}
.infoShowLeftTitle h3{
    text-transform:uppercase;
    color:#c1e2ff;
    font-size:20px;
    font-family:Arial;
}
.infoShowLeftList{
    width:100%;
    height:auto;overflow:hidden;
}
    .infoShowLeftList li {
        width: 100%;
        height: 50px;
        overflow: hidden;
        line-height: 50px;
        background-color: #e2e2e2;
        margin-top: 10px;
        text-indent:30px;
        font-size:16px;
        transition:all 0.5s;
    }
    .infoShowLeftList li:hover{
        background-color:#fff;
    }
    .infoShowLeftList .active{
        background-color:#2c74b5;
        color:#fff;
    }
        .infoShowLeftList .active:hover {
            background-color: #4f9de4;
        }
    .infoShowLeftList .active a{color:#fff;}

    .infoShowRight {
        width: 74%;
        float: left;
        height: auto;
        overflow: hidden;
        background-color: #fff;
        padding: 40px 3%;
    }

@media(max-width:720px){
    .width {
        width: 94%;
        margin-left: auto;
        margin-right:auto;
        overflow: hidden;
    }
    .widthContent {
        width: 100%;
        height: auto;
        overflow: hidden;
        background-color: #f1f1f1;
        padding:50px 0;
    }
    .widthWhite {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        background-color:#fff;
        padding:50px 2%;
    }

    .navList li{
        height:30px;line-height:30px;overflow:hidden;
        margin:0px 10px 5px 0;
        background-color:#999;
        color:#fff;
        padding:0px 20px;
        border-radius:20px;
        display:inline-block;
        transition:all 0.5s;
    }
        .navList li:hover {
            background-color: #2c74b5;
            box-shadow: 0 0 10px #c1e2ff;
        }

    .listText li:hover .listTextLeft {
        width:98%;
        padding-left:2%;
    }
.listTextLeft{
    width:100%;float:left;
    transition:all 0.5s;
}
    .listTextLeft h2{
        width:100%;
        height:auto;line-height:30px;
    }
    .listTextLeft h3{
        width:100%;
        height:20px;line-height:20px;overflow:hidden;
        color:#999;
        font-size:12px;
    }
    .listTextRight {
        width: 100%;
        float: left;
        color: #666;
        line-height:20px;
        text-align:right;
    }


.info_next li{
    width:100%;
}

.List_page{font-size:12px;}

.list_photo li {
    width: 47%;
}
    .list_photo li img {
        height: 160px;
    }

    .list_project li {
        width: 90%;
        height: auto;
        overflow: hidden;
        margin: 30px auto 30px auto;
        background-color: #f7f7f7;
        transition: all 0.5s;
    }

        .list_project li:hover {
            box-shadow: 0 0 20px #ccc;
            margin: 20px auto 40px auto;
        }

    .list_project_left {
        width: 42%;
        float: left;
        height: auto;
        overflow: hidden;
        margin-right: 3%;
    }

        .list_project_left img {
            width: 100%;
            height:120px;
        }

    .list_project_right {
        width: 52%;
        float: left;
        padding-top: 10px;
        margin-right:3%;
    }
        .list_project_right h2 {
            width: 100%;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            font-size: 18px;
            font-weight: bold;
        }
        .list_project_right h3 {
            height: 60px;
            line-height: 20px;
            font-size: 12px;
            margin-top:5px;
        }


    /*详情*/
    .infoShowLeft {
        width: 100%;
        float: left;
    }

    .infoShowLeftTitle {
        display: none;
    }

    .infoShowLeftList {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 30px;
    }

        .infoShowLeftList li {
            width: 49%;
            float: left;
            margin-right: 1%;
            height: 40px;
            line-height: 40px;
        }

    .infoShowRight {
        width: 94%;
        float: left;
        height: auto;
        overflow: hidden;
        background-color: #fff;
        padding: 40px 3%;
    }

    .plug_book_add {
        width:90%;
    }

}